home *** CD-ROM | disk | FTP | other *** search
- object Form16: TForm16
- Left = 151
- Top = 212
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Full Screen'
- ClientHeight = 453
- ClientWidth = 688
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 412
- Width = 688
- Height = 41
- Align = alBottom
- BevelWidth = 5
- Caption = 'Click Here To Close'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Panel1Click
- object Button1: TButton
- Left = 41
- Top = 8
- Width = 239
- Height = 25
- Caption = 'Click Here To Close'
- TabOrder = 0
- Visible = False
- OnClick = Button1Click
- end
- end
- object PGImage1: TPGImage
- Left = 0
- Top = 0
- Width = 688
- Height = 388
- Align = alClient
- Color = clBlack
- ParentColor = False
- TabOrder = 1
- PicBoxColor = clBlack
- PicBoxCursor = crDefault
- PicBoxDragCursor = crDrag
- PicBoxDragMode = dmManual
- PicBoxParentColor = True
- PicBoxParentShowHint = True
- PicBoxShowHint = False
- PicBoxTag = 0
- ZoomFactor = 1.000000000000000000
- end
- object Panel2: TPanel
- Left = 0
- Top = 388
- Width = 688
- Height = 24
- Align = alBottom
- TabOrder = 2
- object Label1: TLabel
- Left = 43
- Top = 6
- Width = 118
- Height = 13
- Caption = 'Current Screenshot: '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 168
- Top = 6
- Width = 39
- Height = 13
- Caption = 'Label2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button2: TButton
- Left = 496
- Top = 5
- Width = 75
- Height = 16
- Caption = '< Back'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 579
- Top = 5
- Width = 75
- Height = 16
- Caption = '> Next'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button3Click
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 25
- OnTimer = Timer1Timer
- Left = 74
- Top = 82
- end
- end
-